home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / diffs / gdb-4.12 / gdb / remote-u.c < prev    next >
Encoding:
C/C++ Source or Header  |  1994-08-05  |  347 b   |  15 lines

  1. *** orig/gdb-4.12/gdb/remote-u.c    Tue Jul 26 00:41:44 1994
  2. --- src/gdb-4.12/gdb/remote-u.c    Tue Jul 26 00:41:58 1994
  3. ***************
  4. *** 103,109 ****
  5. --- 103,111 ----
  6.     int n;
  7.     char *p, *q;
  8.   
  9. + #ifndef __GO32__
  10.     extern int strtol();
  11. + #endif
  12.   
  13.     /* if no args, then nothing to do. */
  14.     if (args == NULL || *args == '\0')
  15.